home *** CD-ROM | disk | FTP | other *** search
- This is the Minix 1.2 asld as posted by Andy Tanenbaum.
- It implements the -i flag, which gives a program separate I & D space.
- This means that the size limit is 64K code + 64K data = 128K total.
- The previous asld allowed only 64K total and put both code and data into
- the same segment.
-
- The file asld in this archive is the actual Minix executable binary.
- To get this file onto Minix, use dosread from Minix:
-
- First, make sure you have a back up copy of your current, working asld!
-
- $ dosread 0 asld >/usr/bin/asld
- $ chmod 755 /usr/bin/asld
-
- James da Silva
- Sysop of The Mars Hotel BBS (301)470-3569
- featuring the traffic of comp.os.minix online
-